PowerTools SPREAD for Windows Forms 8.0J
RowResizeUndoAction コンストラクタ(SheetView,RowHeightChangeExtents[],Int32,Boolean)


シート
行の高さを変更する範囲の配列
サイズ
サイズ変更する行が列ヘッダ領域にあるかどうか
行のサイズ変更に対する新しい取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal rows() As RowHeightChangeExtents, _
   ByVal size As Integer, _
   ByVal columnHeader As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim rows() As RowHeightChangeExtents
Dim size As Integer
Dim columnHeader As Boolean
 
Dim instance As New RowResizeUndoAction(sheetView, rows, size, columnHeader)
public RowResizeUndoAction( 
   SheetView sheetView,
   RowHeightChangeExtents[] rows,
   int size,
   bool columnHeader
)

パラメータ

sheetView
シート
rows
行の高さを変更する範囲の配列
size
サイズ
columnHeader
サイズ変更する行が列ヘッダ領域にあるかどうか
参照

RowResizeUndoAction クラス
RowResizeUndoAction メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.